type github.com/jackc/pgx/v5/pgtype.wrapIntEncodePlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1491: return &wrapIntEncodePlan{}, intWrapper(value), true
pgtype.go#L1573: type wrapIntEncodePlan struct {
pgtype.go#L1577: func (plan *wrapIntEncodePlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1579: func (plan *wrapIntEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)